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 | 箋??俺?┷ | 111000101011001100111111001111111000100110110100001111111000010010111000 | e2b33f3f89b43f84b8 |
EUC-JP | 箋??俺?┷ | 111001001011010100111111001111111011001010110110001111111010100010111010 | e4b53f3fb2b63fa8ba |
UTF-8 | 箋묉깄俺뷴┷ | 111001111010111010001011111010111010110010001001111010101011100110000100111001001011111110111010111010111011011110110100111000101001010010110111 | e7ae8bebac89eab984e4bfbaebb7b4e294b7 |
UHC | 箋묉깄俺뷴┷ | 111011111010100010010001111001101000001110000101111001011110111110111010111001011010011010111010 | efa891e68385e5efbae5a6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)