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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?吊??吊?B | 001111111001001011011101001111110011111110010010110111010011111101000010 | 3f92dd3f3f92dd3f42 |
EUC-JP | ?吊??吊?B | 001111111100010011011111001111110011111111000100110111110011111101000010 | 3fc4df3f3fc4df3f42 |
UTF-8 | 롔吊렲롔吊렲B | 11101011101000011001010011100101100100001000101011101011101000001011001011101011101000011001010011100101100100001000101011101011101000001011001001000010 | eba194e5908aeba0b2eba194e5908aeba0b242 |
UHC | 롔吊렲롔吊렲B | 10001110110110001110111011010100100011101011111110001110110110001110111011010100100011101011111101000010 | 8ed8eed48ebf8ed8eed48ebf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)