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 | 宵リ将蕁宵エ | 10001111101010101101100010001111101010111110010101000000100011111010101010110100 | 8faad88fabe5408faab4 |
EUC-JP | 宵リ将蕁宵エ | 101111101010110010001110110110001011111010101101111010011010000110111110101011001000111010110100 | beac8ed8beade9a1beac8eb4 |
UTF-8 | 宵リ将蕁宵エ | 111001011010111010110101111011111011111010011000111001011011000010000110111010001001010110000001111001011010111010110101111011111011110110110100 | e5aeb5efbe98e5b086e89581e5aeb5efbdb4 |
UHC | 宵??蕁宵? | 111000011011001000111111001111111101001111000110111000011011001000111111 | e1b23f3fd3c6e1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)