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 | ???惟?? | 00111111001111110011111110001000110100100011111100111111 | 3f3f3f88d23f3f |
EUC-JP | ???惟?? | 00111111001111110011111110110000110101000011111100111111 | 3f3f3fb0d43f3f |
UTF-8 | 야롁롊惟렪렏 | 111011001001010110111100111010111010000110000001111010111010000110001010111001101000001110011111111010111010000010101010111010111010000010001111 | ec95bceba181eba18ae6839feba0aaeba08f |
UHC | 야롁롊惟렪렏 | 101111101101111110001110110010001000111011010000111010101110111010001110101110001000111010100101 | bedf8ec88ed0eaee8eb88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)