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 | 搖??維?? | 1001110110001010001111110011111110001000110110110011111100111111 | 9d8a3f3f88db3f3f |
EUC-JP | 搖??維?? | 1101100111101010001111110011111110110000110111010011111100111111 | d9ea3f3fb0dd3f3f |
UTF-8 | 搖깃껴維붹쾮 | 111001101001000010010110111010101011100110000011111010101011101110110100111001111011011010101101111010111011011010111001111011001011111010101110 | e69096eab983eabbb4e7b6adebb6b9ecbeae |
UHC | 搖깃껴維붹쾮 | 111010001111010010110001111010101011001010111000111010111010101110010100111001101011001010000101 | e8f4b1eab2b8ebab94e6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)