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 | 歪???э? | 1001100001100011001111110011111100111111100001001000111100111111 | 98633f3f3f848f3f |
EUC-JP | 歪???э? | 1100111111000100001111110011111100111111101001111110111100111111 | cfc43f3f3fa7ef3f |
UTF-8 | 歪뉛쉘料э슬 | 1110011010101101101010101110101110001001100110111110110010001001100110001110111110100110101111101101000110001101111011001000101010101100 | e6adaaeb899bec8998efa6bed18dec8aac |
UHC | 歪뉛쉘料э슬 | 111010001110000010000111111011111011110110101001111010001111011110101100111011111011110110111101 | e8e087efbda9e8f7acefbdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)