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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?藪?? | 0011111111100101010011010011111100111111 | 3fe54d3f3f |
EUC-JP | ?藪?? | 0011111111101001101011100011111100111111 | 3fe9ae3f3f |
UTF-8 | 솒藪뼷묊 | 111011001000011010010010111010001001011110101010111010111011110010110111111010111010110010001010 | ec8692e897aaebbcb7ebac8a |
UHC | 솒藪뼷묊 | 1001100110010010111000101011111110010110101110101001000111100111 | 9992e2bf96ba91e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)