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 | 漿橋?牆? | 1001111111110111100010111011010000111111111000001010110100111111 | 9ff78bb43fe0ad3f |
EUC-JP | 漿橋?牆? | 1101111011111001101101101011011000111111111000001010111100111111 | def9b6b63fe0af3f |
UTF-8 | 漿橋딘牆렮 | 111001101011110010111111111001101010100110001011111010111001010010011000111001111000100110000110111010111010000010101110 | e6bcbfe6a98beb9498e78986eba0ae |
UHC | 漿橋딘牆렮 | 11101101111011001100111011101001101101011111001011101101111011011000111010111011 | edeccee9b5f2eded8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)