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 | ?辰? | 00111111100100100100001100111111 | 3f92433f |
EUC-JP | ?辰? | 00111111110000111010010000111111 | 3fc3a43f |
UTF-8 | 렮辰뤊 | 111010111010000010101110111010001011111010110000111010111010010010001010 | eba0aee8beb0eba48a |
UHC | 렮辰뤊 | 100011101011101111110010111000111000111110111010 | 8ebbf2e38fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)