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 | 源?伊豆?? | 100011001011100100111111100010001100100110010011101001000011111100111111 | 8cb93f88c993a43f3f |
EUC-JP | 源?伊豆?? | 101110001011101100111111101100001100101111000110101001100011111100111111 | b8bb3fb0cbc6a63f3f |
UTF-8 | 源렰伊豆렰렋 | 111001101011101010010000111010111010000010110000111001001011110010001010111010001011000110000110111010111010000010110000111010111010000010001011 | e6ba90eba0b0e4bc8ae8b186eba0b0eba08b |
UHC | 源렰伊豆렰렋 | 111010101011100110001110101111011110110010100101110101001110011110001110101111011000111010100010 | eab98ebdeca5d4e78ebd8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)