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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 猥犧Y猥犧bE | 1110000011001110111000001011100001011001111000001100111011100000101110000110001001000101 | e0cee0b859e0cee0b86245 |
EUC-JP | 猥犧Y猥犧bE | 1110000011010000111000001011101001011001111000001101000011100000101110100110001001000101 | e0d0e0ba59e0d0e0ba6245 |
UTF-8 | 猥犧Y猥犧bE | 111001111000110010100101111001111000101010100111010110011110011110001100101001011110011110001010101001110110001001000101 | e78ca5e78aa759e78ca5e78aa76245 |
UHC | 猥犧Y猥犧bE | 1110100011100101111111011111101001011001111010001110010111111101111110100110001001000101 | e8e5fdfa59e8e5fdfa6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)