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 | 咫?翁逢?? | 100110100100000000111111100010011010010110001000101001110011111100111111 | 9a403f89a588a73f3f |
EUC-JP | 咫?翁逢?? | 110100111010000100111111101100101010011110110000101010010011111100111111 | d3a13fb2a7b0a93f3f |
UTF-8 | 咫렚翁逢렰렪 | 111001011001001010101011111010111010000010011010111001111011111110000001111010011000000010100010111010111010000010110000111010111010000010101010 | e592abeba09ae7bf81e980a2eba0b0eba0aa |
UHC | 咫렚翁逢렰렪 | 111100101010000110001110101011011110100010111010110111001111000110001110101111011000111010111000 | f2a18eade8badcf18ebd8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)