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 | 霓??渦?? | 1110100010111101001111110011111110001001010100010011111100111111 | e8bd3f3f89513f3f |
EUC-JP | 霓??渦?? | 1111000010111111001111110011111110110001101100100011111100111111 | f0bf3f3fb1b23f3f |
UTF-8 | 霓양눈渦긺깹 | 111010011001110010010011111011001001011010010001111010111000100010001000111001101011100010100110111010101011100010111010111010101011100110111001 | e99c93ec9691eb8888e6b8a6eab8baeab9b9 |
UHC | 霓양눈渦긺깹 | 111001111110011110111110111001111011010010101011111010001011111010110001111001111011001010100001 | e7e7bee7b4abe8beb1e7b2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)