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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 樂숚슰z樂숚슰zB | 111011111010011010111111111011001000100010011010111011001000101010110000011110101110111110100110101111111110110010001000100110101110110010001010101100000111101001000010 | efa6bfec889aec8ab07aefa6bfec889aec8ab07a42 |
UHC | 樂숚슰z樂숚슰zB | 111010001111100110011001111110001001101010110111011110101110100011111001100110011111100010011010101101110111101001000010 | e8f999f89ab77ae8f999f89ab77a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)