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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矣???台 | 11100001111000010011111100111111001111111001000111100100 | e1e13f3f3f91e4 |
EUC-JP | 矣???台 | 11100010111000110011111100111111001111111100001011100110 | e2e33f3f3fc2e6 |
UTF-8 | 矣편윕뤈台 | 111001111001111110100011111011011000111010111000111011001001110010010101111010111010010010001000111001011000111110110000 | e79fa3ed8eb8ec9c95eba488e58fb0 |
UHC | 矣편윕뤈台 | 11101011111110001100011011101101110000001010110010001111101110001111011110111011 | ebf8c6edc0ac8fb8f7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)