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 | 漬橋?淫?池 | 10010010110100001000101110110100001111111000100011111010001111111001001001110010 | 92d08bb43f88fa3f9272 |
EUC-JP | 漬橋?淫?池 | 11000100110100101011011010110110001111111011000011111100001111111100001111010011 | c4d2b6b63fb0fc3fc3d3 |
UTF-8 | 漬橋섦淫렰池 | 111001101011110010101100111001101010100110001011111011001000010010100110111001101011011110101011111010111010000010110000111001101011000110100000 | e6bcace6a98bec84a6e6b7abeba0b0e6b1a0 |
UHC | 漬橋섦淫렰池 | 111100101011000011001110111010011011110010110100111010111110001010001110101111011111001010101110 | f2b0cee9bcb4ebe28ebdf2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)