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 | 鉛??渦?? | 1000100110010100001111110011111110001001010100010011111100111111 | 89943f3f89513f3f |
EUC-JP | 鉛??渦?? | 1011000111110100001111110011111110110001101100100011111100111111 | b1f43f3fb1b23f3f |
UTF-8 | 鉛양눈渦긺깹 | 111010011000100110011011111011001001011010010001111010111000100010001000111001101011100010100110111010101011100010111010111010101011100110111001 | e9899bec9691eb8888e6b8a6eab8baeab9b9 |
UHC | 鉛양눈渦긺깹 | 111001101110011110111110111001111011010010101011111010001011111010110001111001111011001010100001 | e6e7bee7b4abe8beb1e7b2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)