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 | 奄?? | 10001001100000100011111100111111 | 89823f3f |
EUC-JP | 奄?? | 10110001111000100011111100111111 | b1e23f3f |
UTF-8 | 奄명뙆 | 111001011010010110000100111010111010101010000101111010111001100110000110 | e5a584ebaa85eb9986 |
UHC | 奄명뙆 | 111001011111001010111000111011011000110010001100 | e5f2b8ed8c8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)