To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??肉ユ? | 111000101010001100111111001111111001001111110111100000111000011000111111 | e2a33f3f93f783863f |
EUC-JP | 筌?Ŧ肉ユ? | 1110010010100101001111111000111110101001101011111100011011111001101001011110011000111111 | e4a53f8fa9afc6f9a5e63f |
UTF-8 | 筌곷Ŧ肉ユ틦 | 1110011110101101100011001110101010110011101101111100010110100110111010001000001010001001111000111000001110100110111011011000101110100110 | e7ad8ceab3b7c5a6e88289e383a6ed8ba6 |
UHC | 筌곷Ŧ肉ユ틦 | 111011111010011110000001111010111010100010101110111010111011111110101011111001101011101010010000 | efa781eba8aeebbfabe6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)