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 | ????f? | 00111111001111110011111100111111100000101000011000111111 | 3f3f3f3f82863f |
EUC-JP | 縕??饔f? | 1000111111010100110000100011111100111111100011111110100011101111101000111110011000111111 | 8fd4c23f3f8fe8efa3e63f |
UTF-8 | 縕낉슬饔f쾽 | 111001111011100010010101111010111000001010001001111011001000101010101100111010011010010110010100111011111011110110000110111011001011111010111101 | e7b895eb8289ec8aace9a594efbd86ecbebd |
UHC | 縕낉슬饔f쾽 | 111010001011001010000101111011111011110110111101111010001011110110100011111001101011001010010011 | e8b285efbdbde8bda3e6b293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)