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 | 苒ε?椰?? | 111001001001001010000011110000110011111110011110101111010011111100111111 | e49283c33f9ebd3f3f |
EUC-JP | 苒ε?椰?? | 111001111111001010100110110001010011111111011100101111110011111100111111 | e7f2a6c53fdcbf3f3f |
UTF-8 | 苒ε뤀椰됪뜥 | 1110100010001011100100101100111010110101111010111010010010000000111001101010010010110000111010111001000010101010111010111001110010100101 | e88b92ceb5eba480e6a4b0eb90aaeb9ca5 |
UHC | 苒ε뤀椰됪뜥 | 111001101111111010100101111001011000111110110001111001011010101110001001111001101000110110101000 | e6fea5e58fb1e5ab89e68da8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)