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 | 始??始?? | 1000111001101110001111110011111110001110011011100011111100111111 | 8e6e3f3f8e6e3f3f |
EUC-JP | 始??始?? | 1011101111001111001111110011111110111011110011110011111100111111 | bbcf3f3fbbcf3f3f |
UTF-8 | 始릦랾始릧뒰 | 111001011010011110001011111010111010011010100110111010111001111010111110111001011010011110001011111010111010011010100111111010111001001010110000 | e5a78beba6a6eb9ebee5a78beba6a7eb92b0 |
UHC | 始릦랾始릧뒰 | 111000111011011110010000100010001000111001010111111000111011011110010000100010011000101010101001 | e3b790888e57e3b790898aa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)