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 | ?鉀???? | 00111111111110111100010100111111001111110011111100111111 | 3ffbc53f3f3f3f |
EUC-JP | ?鉀???? | 0011111110001111111000111101100000111111001111110011111100111111 | 3f8fe3d83f3f3f3f |
UTF-8 | 렺鉀렻렒렻렰 | 111010111010000010111010111010011000100110000000111010111010000010111011111010111010000010010010111010111010000010111011111010111010000010110000 | eba0bae98980eba0bbeba092eba0bbeba0b0 |
UHC | 렺鉀렻렒렻렰 | 100011101100001011001011101001011000111011000011100011101010011110001110110000111000111010111101 | 8ec2cba58ec38ea78ec38ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)