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 | 螻具ス誤柑莨 | 1110010110110001100010111110111110111101100011001110101110001010101110011110010010111100 | e5b18befbd8ceb8ab9e4bc |
EUC-JP | 螻具ス誤柑莨 | 111010101011001110110110111100011000111010111101101110001110110110110100101110111110100010111110 | eab3b6f18ebdb8edb4bbe8be |
UTF-8 | 螻具ス誤柑莨 | 111010001001111010111011111001011000010110110111111011111011110110111101111010001010101010100100111001101001111110010001111010001000111010101000 | e89ebbe585b7efbdbde8aaa4e69f91e88ea8 |
UHC | ?具?誤柑? | 001111111100111011111101001111111110100010100110110010101111001100111111 | 3fcefd3fe8a6caf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)