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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??芸? | 0011111100111111100011000111110000111111 | 3f3f8c7c3f |
EUC-JP | ??芸? | 0011111100111111101101111101110100111111 | 3f3fb7dd3f |
UTF-8 | 읝윎芸왃 | 111011001001110110011101111011001001110010001110111010001000101010111000111011001001100110000011 | ec9d9dec9c8ee88ab8ec9983 |
UHC | 읝윎芸왃 | 1001111111000110100111111001010111101001111111011001111010110110 | 9fc69f95e9fd9eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)