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 | 臓達贈尊 | 1001000110011111100100100100001010010001101000011001000110111000 | 919f924291a191b8 |
EUC-JP | 臓達贈尊 | 1100001010100001110000111010001111000010101000111100001010111010 | c2a1c3a3c2a3c2ba |
UTF-8 | 臓達贈尊 | 111010001000011110010011111010011000000110010100111010001011010010001000111001011011000010001010 | e88793e98194e8b488e5b08a |
UHC | ?達贈尊 | 00111111110100111011100111110001111111001111000011101110 | 3fd3b9f1fcf0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)