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 | 渦??孺? | 10001001010100010011111100111111100110110111110100111111 | 89513f3f9b7d3f |
EUC-JP | 渦??孺? | 10110001101100100011111100111111110101011101111000111111 | b1b23f3fd5de3f |
UTF-8 | 渦깍퐠孺뎚 | 111001101011100010100110111010101011100110001101111011011001000010100000111001011010110110111010111010111000111010011010 | e6b8a6eab98ded90a0e5adbaeb8e9a |
UHC | 渦깍퐠孺뎚 | 11101000101111101011000111101111101111011000100111101010111010001000100101101011 | e8beb1efbd89eae8896b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)