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 | 終葛??闇 | 1000111101001001100010101000101100111111001111111000100011000101 | 8f498a8b3f3f88c5 |
EUC-JP | 終葛??闇 | 1011110110101010101100111110101100111111001111111011000011000111 | bdaab3eb3f3fb0c7 |
UTF-8 | 終葛렫렱闇 | 111001111011010110000010111010001001000110011011111010111010000010101011111010111010000010110001111010011001011110000111 | e7b582e8919beba0abeba0b1e99787 |
UHC | 終葛렫렱闇 | 11110000111110111100101011100111100011101011100110001110101111101110010011100001 | f0fbcae78eb98ebee4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)