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 | 秧??幽? | 11100010010111100011111100111111100101110100100000111111 | e25e3f3f97483f |
EUC-JP | 秧??幽? | 11100011101111110011111100111111110011011010100100111111 | e3bf3f3fcda93f |
UTF-8 | 秧뉕퇊幽찦 | 111001111010011110100111111010111000100110010101111011011000011110001010111001011011100110111101111011001011000010100110 | e7a7a7eb8995ed878ae5b9bdecb0a6 |
UHC | 秧뉕퇊幽찦 | 11100100111010111000011111101010101101111001101111101010111010111010101001000010 | e4eb87eab79beaebaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)