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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 伊豆?棒?伊 | 10001000110010011001001110100100001111111001011001011111001111111000100011001001 | 88c993a43f965f3f88c9 |
EUC-JP | 伊豆?棒?伊 | 10110000110010111100011010100110001111111100101111000000001111111011000011001011 | b0cbc6a63fcbc03fb0cb |
UTF-8 | 伊豆렠棒횅伊 | 111001001011110010001010111010001011000110000110111010111010000010100000111001101010001110010010111011011001101010000101111001001011110010001010 | e4bc8ae8b186eba0a0e6a392ed9a85e4bc8a |
UHC | 伊豆렠棒횅伊 | 111011001010010111010100111001111000111010110001110111001110101011001000101101111110110010100101 | eca5d4e78eb1dceac8b7eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)