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 | 歟??宥?? | 1001111101100010001111110011111110010111010001110011111100111111 | 9f623f3f97473f3f |
EUC-JP | 歟??宥?? | 1101110111000011001111110011111111001101101010000011111100111111 | ddc33f3fcda83f3f |
UTF-8 | 歟㏓뀈宥양뜲 | 111001101010110110011111111000111000111110010011111010111000000010001000111001011010111010100101111011001001011010010001111010111001110010110010 | e6ad9fe38f93eb8088e5aea5ec9691eb9cb2 |
UHC | 歟㏓뀈宥양뜲 | 111001101010001010100111111010111000010110000100111010101110100110111110111001111000110110110000 | e6a2a7eb8584eae9bee78db0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)