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º» | 1001000110111010100100100101100110010001101110101001000110111011 | 91ba925991ba91bb |
SJIS-WIN | ???Y???? | 0011111100111111001111110101100100111111001111110011111100111111 | 3f3f3f593f3f3f3f |
EUC-JP | ?º?Y?º?? | 001111111000111110100010111010110011111101011001001111111000111110100010111010110011111100111111 | 3f8fa2eb3f593f8fa2eb3f3f |
UTF-8 | ºYº» | 110000101001000111000010101110101100001010010010010110011100001010010001110000101011101011000010100100011100001010111011 | c291c2bac29259c291c2bac291c2bb |
UHC | ?º?Y?º?? | 00111111101010001010110000111111010110010011111110101000101011000011111100111111 | 3fa8ac3f593fa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)