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 | ???乙??? | 0011111100111111001111111000100110110011001111110011111100111111 | 3f3f3f89b33f3f3f |
EUC-JP | ???乙??? | 0011111100111111001111111011001010110101001111110011111100111111 | 3f3f3fb2b53f3f3f |
UTF-8 | 捻뀁뫑乙대뇶列 | 111011111010011010100100111010111000000010000001111010111010101110010001111001001011100110011001111010111000110010000000111010111000011110110110111011111010011010011100 | efa6a4eb8081ebab91e4b999eb8c80eb87b6efa69c |
UHC | 捻뀁뫑乙대뇶列 | 1110011011110111101100101110110010010001101100111110101111100000101101001110101110000111100110101110011011101010 | e6f7b2ec91b3ebe0b4eb879ae6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)