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 | 円??將?? | 1000100101111110001111110011111110011011100100100011111100111111 | 897e3f3f9b923f3f |
EUC-JP | 円??將?? | 1011000111011111001111110011111111010101111100100011111100111111 | b1df3f3fd5f23f3f |
UTF-8 | 円놀궧將까쉧 | 111001011000011010000110111010111000011010000000111010101011011010100111111001011011000010000111111010101011100110001100111011001000100110100111 | e58686eb8680eab6a7e5b087eab98cec89a7 |
UHC | 円놀궧將까쉧 | 111001011111011110110011111011101000001010111001111011011110001010110001111011101001101010000001 | e5f7b3ee82b9ede2b1ee9a81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)