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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畑??癲? | 10010100101010000011111100111111111000011001111100111111 | 94a83f3fe19f3f |
EUC-JP | 畑??癲? | 11001000101010100011111100111111111000101010000100111111 | c8aa3f3fe2a13f |
UTF-8 | 畑밸뜡癲귻 | 111001111001010110010001111010111011000010111000111010111001110010100001111001111001100110110010111010101011011110111011 | e79591ebb0b8eb9ca1e799b2eab7bb |
UHC | 畑밸뜡癲귻 | 11101111101001011011100111101011100011011010010011101111101001101000001101000010 | efa5b9eb8da4efa68342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)