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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 影?ズ預?? | 100010010110010100111111100000110101100110010111011000010011111100111111 | 89653f835997613f3f |
EUC-JP | 影?ズ預?? | 101100011100011000111111101001011011101011001101110000100011111100111111 | b1c63fa5bacdc23f3f |
UTF-8 | 影좂ズ預앬툋 | 111001011011110110110001111011001010001010000010111000111000001010111010111010011010000010010000111011001001010110101100111011011000100010001011 | e5bdb1eca282e382bae9a090ec95aced888b |
UHC | 影좂ズ預앬툋 | 111001111010111110100000111001111010101110111010111001111110100010011101111001001011100010000011 | e7afa0e7abbae7e89de4b883 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)