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 | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-WIN | ???G?砥? | 0011111100111111001111110100011100111111100100110111010100111111 | 3f3f3f473f93753f |
EUC-JP | ???G?砥? | 0011111100111111001111110100011100111111110001011101011000111111 | 3f3f3f473fc5d63f |
UTF-8 | 뤗횓랑G렱砥렱 | 11101011101001001001011111101101100110101001001111101011100111101001000101000111111010111010000010110001111001111010000010100101111010111010000010110001 | eba497ed9a93eb9e9147eba0b1e7a0a5eba0b1 |
UHC | 뤗횓랑G렱砥렱 | 10001111110001111100001110001110101101101111101101000111100011101011111011110010101100101000111010111110 | 8fc7c38eb6fb478ebef2b28ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)