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 | 阿??妊 | 100010001010001000111111001111111001010001000100 | 88a23f3f9444 |
EUC-JP | 阿??妊 | 101100001010010000111111001111111100011110100101 | b0a43f3fc7a5 |
UTF-8 | 阿녈끋妊 | 111010011001100010111111111010111000010110001000111010111000000110001011111001011010011010001010 | e998bfeb8588eb818be5a68a |
UHC | 阿녈끋妊 | 1110010010111001101100111110001110000101101111011110110011110100 | e4b9b3e385bdecf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)