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 | ??鉀???? | 0011111100111111111110111100010100111111001111110011111100111111 | 3f3ffbc53f3f3f3f |
EUC-JP | ??鉀???? | 001111110011111110001111111000111101100000111111001111110011111100111111 | 3f3f8fe3d83f3f3f3f |
UTF-8 | 렻뵀鉀렻렭렻랫 | 111010111010000010111011111010111011010110000000111010011000100110000000111010111010000010111011111010111010000010101101111010111010000010111011111010111001111010101011 | eba0bbebb580e98980eba0bbeba0adeba0bbeb9eab |
UHC | 렻뵀鉀렻렭렻랫 | 1000111011000011101110101100010111001011101001011000111011000011100011101011101010001110110000111011011110100111 | 8ec3bac5cba58ec38eba8ec3b7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)