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 | 橈??約ゅ┷ | 10011110111101000011111100111111100101101111000110000010111000111000010010111000 | 9ef43f3f96f182e384b8 |
EUC-JP | 橈??約ゅ┷ | 11011100111101100011111100111111110011001111001110100100111001011010100010111010 | dcf63f3fccf3a4e5a8ba |
UTF-8 | 橈녷선約ゅ┷ | 111001101010100110001000111010111000010110110111111011001000010010100000111001111011010010000100111000111000001010000101111000101001010010110111 | e6a988eb85b7ec84a0e7b484e38285e294b7 |
UHC | 橈녷선約ゅ┷ | 111010001111101010000110111001101011110010110001111001011011001110101010111001011010011010111010 | e8fa86e6bcb1e5b3aae5a6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)