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 | 移??移 | 100010001101101000111111001111111000100011011010 | 88da3f3f88da |
EUC-JP | 移??移 | 101100001101110000111111001111111011000011011100 | b0dc3f3fb0dc |
UTF-8 | 移졿늿移 | 111001111010011110111011111011001010000110111111111010111000101010111111111001111010011110111011 | e7a7bbeca1bfeb8abfe7a7bb |
UHC | 移졿늿移 | 1110110010111001101000001110011010001000100010001110110010111001 | ecb9a0e68888ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)