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 | 箋??徇?? | 1110001010110011001111110011111110011100011011010011111100111111 | e2b33f3f9c6d3f3f |
EUC-JP | 箋??徇?? | 1110010010110101001111110011111111010111110011100011111100111111 | e4b53f3fd7ce3f3f |
UTF-8 | 箋묇튊徇먫퉲 | 111001111010111010001011111010111010110010000111111011011000101010001010111001011011111010000111111010111010100010101011111011011000100110110010 | e7ae8bebac87ed8a8ae5be87eba8abed89b2 |
UHC | 箋묇튊徇먫퉲 | 111011111010100010010001111001001011100110011110111000101101111110010000111010001011100110001010 | efa891e4b99ee2df90e8b98a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)