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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 伊豆?兢?B | 100010001100100110010011101001000011111110011001010111010011111101000010 | 88c993a43f995d3f42 |
EUC-JP | 伊豆?兢?B | 101100001100101111000110101001100011111111010001101111100011111101000010 | b0cbc6a63fd1be3f42 |
UTF-8 | 伊豆렚兢뱌B | 11100100101111001000101011101000101100011000011011101011101000001001101011100101100001011010001011101011101100011000110001000010 | e4bc8ae8b186eba09ae585a2ebb18c42 |
UHC | 伊豆렚兢뱌B | 1110110010100101110101001110011110001110101011011101000011100111101110011111001001000010 | eca5d4e78eadd0e7b9f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)