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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬢俯煤岦ォ | 111010011010010010011000111010111001010010000001111110101010110010101011 | e9a498eb9481faacab |
EUC-JP | 鬢俯煤岦ォ | 1111001010100110110100001110110111000111111000011000111110111011101100111000111010101011 | f2a6d0edc7e18fbbb38eab |
UTF-8 | 鬢俯煤岦ォ | 111010011010110010100010111001001011111110101111111001111000010110100100111001011011001010100110111011111011110110101011 | e9aca2e4bfafe785a4e5b2a6efbdab |
UHC | ?俯煤?? | 00111111110111001111011011011000111000000011111100111111 | 3fdcf6d8e03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)