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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???唯??? | 0011111100111111001111111001011101000010001111110011111100111111 | 3f3f3f97423f3f3f |
EUC-JP | ???唯??? | 0011111100111111001111111100110110100011001111110011111100111111 | 3f3f3fcda33f3f3f |
UTF-8 | 嶺뚢돦唯쎽튃梨 | 111011111010011010101011111010111001101010100010111010111000111110100110111001011001010010101111111011001000111010111101111011011000101010000011111011111010011110100010 | efa6abeb9aa2eb8fa6e594afec8ebded8a83efa7a2 |
UHC | 嶺뚢돦唯쎽튃梨 | 1110011110101101100011001110001010001001101010101110101011100110100110111110010010111001100110011110110010110001 | e7ad8ce289aaeae69be4b999ecb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)