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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??濡舒客B | 001111110011111110010100010001111001100010101110100010110111000101000010 | 3f3f944798ae8b7142 |
EUC-JP | ??濡舒客B | 001111110011111111000111101010001101000010110000101101011101001001000010 | 3f3fc7a8d0b0b5d242 |
UTF-8 | 룵에濡舒客B | 11101011101000111011010111101100100101111001000011100110101111111010000111101000100010001001001011100101101011101010001001000010 | eba3b5ec9790e6bfa1e88892e5aea242 |
UHC | 룵에濡舒客B | 1000111110101010101111111010000111101011101000011110000010100010110010111101010001000010 | 8faabfa1eba1e0a2cbd442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)