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 | 箙碁゛趾 | 1110001010110111100011001110100110000001010010101110011011100100 | e2b78ce9814ae6e4 |
EUC-JP | 箙碁゛趾 | 1110010010111001101110001110101110100001101010111110110011100110 | e4b9b8eba1abece6 |
UTF-8 | 箙碁゛趾 | 111001111010111010011001111001111010001010000001111000111000001010011011111010001011011010111110 | e7ae99e7a281e3829be8b6be |
UHC | ?碁?趾 | 001111111101000110110011001111111111001010111111 | 3fd1b33ff2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)