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 | 浴??漿?? | 1001011110000001001111110011111110011111111101110011111100111111 | 97813f3f9ff73f3f |
EUC-JP | 浴??漿?? | 1100110111100001001111110011111111011110111110010011111100111111 | cde13f3fdef93f3f |
UTF-8 | 浴좑풜漿ㅿ풚 | 111001101011010110110100111011001010001010010001111011011001001010011100111001101011110010111111111000111000010110111111111011011001001010011010 | e6b5b4eca291ed929ce6bcbfe385bfed929a |
UHC | 浴좑풜漿ㅿ풚 | 111010011011000110100000111011111011111010011111111011011110110010100100111011111011111010011101 | e9b1a0efbe9fedeca4efbe9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)