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 | UBuH½ | 100100100101010110010010010000100111010110010010010010001001000110111101 | 9255924275924891bd |
SJIS-WIN | ?U?Bu?H?? | 001111110101010100111111010000100111010100111111010010000011111100111111 | 3f553f42753f483f3f |
EUC-JP | ?U?Bu?H?? | 001111110101010100111111010000100111010100111111010010000011111100111111 | 3f553f42753f483f3f |
UTF-8 | UBuH½ | 1100001010010010010101011100001010010010010000100111010111000010100100100100100011000010100100011100001010111101 | c29255c2924275c29248c291c2bd |
UHC | ?U?Bu?H?½ | 00111111010101010011111101000010011101010011111101001000001111111010100011110110 | 3f553f42753f483fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)