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 | 咫?駿??道 | 100110100100000000111111100011110111100000111111001111111001001110111001 | 9a403f8f783f3f93b9 |
EUC-JP | 咫?駿??道 | 110100111010000100111111101111011101100100111111001111111100011010111011 | d3a13fbdd93f3fc6bb |
UTF-8 | 咫렡駿속얜道 | 111001011001001010101011111010111010000010100001111010011010011110111111111011001000011010001101111011001001011010011100111010011000000110010011 | e592abeba0a1e9a7bfec868dec969ce98193 |
UHC | 咫렡駿속얜道 | 111100101010000110001110101100101111000111100111101111001101001110111110111010111101010010110011 | f2a18eb2f1e7bcd3beebd4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)