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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??ヒ∫⊂B | 001111110011111110000011011100011000000111100111100000011011110001000010 | 3f3f837181e781bc42 |
EUC-JP | ??ヒ∫⊂B | 001111110011111110100101110100101010001011101001101000101011111001000010 | 3f3fa5d2a2e9a2be42 |
UTF-8 | 룶쥚ヒ∫⊂B | 11101011101000111011011011101100101001011001101011100011100000111001001011100010100010001010101111100010100010101000001001000010 | eba3b6eca59ae38392e288abe28a8242 |
UHC | 룶쥚ヒ∫⊂B | 1000111110101011101000101000111110101011110100101010000111110010101000011111100001000010 | 8faba28fabd2a1f2a1f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)