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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
EUC-JP | 飡?}Y飡?}bE | 10001111111010001100100000111111011111010101100110001111111010001100100000111111011111010110001001000101 | 8fe8c83f7d598fe8c83f7d6245 |
UTF-8 | 飡읝}Y飡읝}bE | 1110100110100011101000011110110010011101100111010111110101011001111010011010001110100001111011001001110110011101011111010110001001000101 | e9a3a1ec9d9d7d59e9a3a1ec9d9d7d6245 |
UHC | 飡읝}Y飡읝}bE | 11100001111000101001111111000110011111010101100111100001111000101001111111000110011111010110001001000101 | e1e29fc67d59e1e29fc67d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)