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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遙??泳?? | 1110101010100001001111110011111110001001011010100011111100111111 | eaa13f3f896a3f3f |
EUC-JP | 遙??泳?? | 1111010010100011001111110011111110110001110010110011111100111111 | f4a33f3fb1cb3f3f |
UTF-8 | 遙룡눟泳싮굩 | 111010011000000110011001111010111010001110100001111010111000100010011111111001101011001110110011111011001000101110101110111010101011010110101001 | e98199eba3a1eb889fe6b3b3ec8baeeab5a9 |
UHC | 遙룡눟泳싮굩 | 111010011010101110110111111001101000011110110111111001111011011010011010111010011000001010001111 | e9abb7e687b7e7b69ae9828f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)