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 | 1000100011001001100100111010010000111111001111110011111101000010 | 88c993a43f3f3f42 |
EUC-JP | 伊豆?勖?B | 10110000110010111100011010100110001111111000111110110011111011010011111101000010 | b0cbc6a63f8fb3ed3f42 |
UTF-8 | 伊豆뱌勖찼B | 11100100101111001000101011101000101100011000011011101011101100011000110011100101100010111001011011101100101100001011110001000010 | e4bc8ae8b186ebb18ce58b96ecb0bc42 |
UHC | 伊豆뱌勖찼B | 1110110010100101110101001110011110111001111100101110100111101101110000111010000101000010 | eca5d4e7b9f2e9edc3a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)