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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諶??失 | 111110111010101000111111001111111000111010111000 | fbaa3f3f8eb8 |
EUC-JP | 諶??失 | 10001111110111101011010100111111001111111011110010111010 | 8fdeb53f3fbcba |
UTF-8 | 諶깗뢙失 | 111010001010101110110110111010101011100110010111111010111010001010011001111001011010010010110001 | e8abb6eab997eba299e5a4b1 |
UHC | 諶깗뢙失 | 1110010010100110100000111000111110001111010101001110001111110111 | e4a6838f8f54e3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)