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 | 咫??弄? | 10011010010000000011111100111111100110000100110100111111 | 9a403f3f984d3f |
EUC-JP | 咫??弄? | 11010011101000010011111100111111110011111010111000111111 | d3a13f3fcfae3f |
UTF-8 | 咫띕렞弄벌 | 111001011001001010101011111010111001110110010101111010111010000010011110111001011011110010000100111010111011001010001100 | e592abeb9d95eba09ee5bc84ebb28c |
UHC | 咫띕렞弄벌 | 11110010101000011011011011101011100011101010111111010110111001111011100111111010 | f2a1b6eb8eafd6e7b9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)