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 | 濡??孃?? | 1001010001000111001111110011111110011011011011110011111100111111 | 94473f3f9b6f3f3f |
EUC-JP | 濡??孃?? | 1100011110101000001111110011111111010101110100000011111100111111 | c7a83f3fd5d03f3f |
UTF-8 | 濡뉖죿孃뉑깳 | 111001101011111110100001111010111000100110010110111011001010001110111111111001011010110110000011111010111000100110010001111010101011100110110011 | e6bfa1eb8996eca3bfe5ad83eb8991eab9b3 |
UHC | 濡뉖죿孃뉑깳 | 111010111010000110000111111010111010000110010111111001011011111010000111111001101000001110100001 | eba187eba197e5be87e683a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)