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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??飄 | 00111111001111111110100101000111 | 3f3fe947 |
EUC-JP | ??飄 | 00111111001111111111000110101000 | 3f3ff1a8 |
UTF-8 | 댢꺣飄 | 111010111000110010100010111010101011101010100011111010011010001110000100 | eb8ca2eabaa3e9a384 |
UHC | 댢꺣飄 | 100010001100010110000011110010011111100011111101 | 88c583c9f8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)