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 | 渦???хオ | 100010010101000100111111001111110011111110000100100001111000001101001001 | 89513f3f3f84878349 |
EUC-JP | 渦???хオ | 101100011011001000111111001111110011111110100111111001111010010110101010 | b1b23f3f3fa7e7a5aa |
UTF-8 | 渦곈콌歷хオ | 1110011010111000101001101110101010110011100010001110110010111101100011001110111110100110100011001101000110000101111000111000001010101010 | e6b8a6eab388ecbd8cefa68cd185e382aa |
UHC | 渦곈콌歷хオ | 111010001011111010110000111010011011000110001000111001101011100010101100111001111010101110101010 | e8beb0e9b188e6b8ace7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)