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 | ???辰?? | 00111111001111110011111110010010010000110011111100111111 | 3f3f3f92433f3f |
EUC-JP | ???辰?? | 00111111001111110011111111000011101001000011111100111111 | 3f3f3fc3a43f3f |
UTF-8 | 야롁선辰섦뤗 | 111011001001010110111100111010111010000110000001111011001000010010100000111010001011111010110000111011001000010010100110111010111010010010010111 | ec95bceba181ec84a0e8beb0ec84a6eba497 |
UHC | 야롁선辰섦뤗 | 101111101101111110001110110010001011110010110001111100101110001110111100101101001000111111000111 | bedf8ec8bcb1f2e3bcb48fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)