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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 第弄? | 1001000111100110100110000100110100111111 | 91e6984d3f |
EUC-JP | 第弄? | 1100001011101000110011111010111000111111 | c2e8cfae3f |
UTF-8 | 第弄렜 | 111001111010110010101100111001011011110010000100111010111010000010011100 | e7acace5bc84eba09c |
UHC | 第弄렜 | 111100001010111111010110111001111000111010101110 | f0afd6e78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)