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 | UBhH½ | 100100100101010110010010010000100110100010010010010010001001000110111101 | 9255924268924891bd |
SJIS-WIN | ?U?Bh?H?? | 001111110101010100111111010000100110100000111111010010000011111100111111 | 3f553f42683f483f3f |
EUC-JP | ?U?Bh?H?? | 001111110101010100111111010000100110100000111111010010000011111100111111 | 3f553f42683f483f3f |
UTF-8 | UBhH½ | 1100001010010010010101011100001010010010010000100110100011000010100100100100100011000010100100011100001010111101 | c29255c2924268c29248c291c2bd |
UHC | ?U?Bh?H?½ | 00111111010101010011111101000010011010000011111101001000001111111010100011110110 | 3f553f42683f483fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)