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 | 曜?О渦?? | 100101110110101000111111100001000100111110001001010100010011111100111111 | 976a3f844f89513f3f |
EUC-JP | 曜?О渦?? | 110011011100101100111111101001111011000010110001101100100011111100111111 | cdcb3fa7b0b1b23f3f |
UTF-8 | 曜깅О渦깅렋 | 1110011010011011100111001110101010111001100001011101000010011110111001101011100010100110111010101011100110000101111010111010000010001011 | e69b9ceab985d09ee6b8a6eab985eba08b |
UHC | 曜깅О渦깅렋 | 111010001111100010110001111010111010110010110000111010001011111010110001111010111000111010100010 | e8f8b1ebacb0e8beb1eb8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)