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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荻?腸? | 100010011010110000111111100100101011000000111111 | 89ac3f92b03f |
EUC-JP | 荻?腸? | 101100101010111000111111110001001011001000111111 | b2ae3fc4b23f |
UTF-8 | 荻렗腸닻 | 111010001000110110111011111010111010000010010111111010001000010110111000111010111000101110111011 | e88dbbeba097e885b8eb8bbb |
UHC | 荻렗腸닻 | 1110111011100010100011101010110011101101111100111011010011101001 | eee28eacedf3b4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)